home *** CD-ROM | disk | FTP | other *** search
/ MacAdvocate 2 / MACADVCT.ISO / mac / Goodies / Fun Stuff / Utilities / UltraFind / AppleScript™ Examples / UltraFind Scripts - Read Me < prev    next >
Text File  |  1996-03-16  |  2KB  |  52 lines

  1.  
  2.  
  3. ╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩╩
  4.  
  5.  
  6.  
  7. SAMPLE SCRIPTS for ULTRAFIND¬ 2.2
  8.  
  9. These scripts are for use with UltraFind version 2.2 or greater. You can download UltraFind 2.2 from our website at http://www.ultradesign.com/ultrafind, or from most Umich/Info-Mac archives.
  10.  
  11. (UltraFind is a powerful file retrieval and information management utility which puts the MacOS file system at your fingertips.  It treats your Mac or network as an information-rich file and text searchable database.)
  12.  
  13.  
  14. ULTRAFIND APPLESCRIPT EXAMPLES (2nd Edition)
  15.  
  16. UltraFind is fully scriptable. You can now automate routine file maintenance tasks, and have scriptable applications communicate and exchange file information with UltraFind.
  17.  
  18. These sample scripts are provided as demonstrations only, you are free to use them and change them as you like.
  19.  
  20. They demonstrate how you can (for example):
  21.  
  22. -- Ask UltraFind to get all untitled files on your system or network, 
  23.      then tell the Finder to trash them. (See Script "UTF Find Untitled")
  24.  
  25. -- Find multiple copies of applications and check their versions. 
  26.      (See Script "UTF Get Version")
  27.  
  28. -- Perform multiple searches and locate specific collections of files all in one action.  
  29.      (See Script "UTF Get Source")
  30.  
  31. -- Locate specific files and get information on them into your script. 
  32.      (See Script "UTF Find Creator & Type")
  33.  
  34. -- Find all the work you did today. (See Script "UTF by Date")
  35.  
  36. -- Find files which contain the words "Apple" and "version". (See Script "UTF Find Text") 
  37.       NB: For this script you will need UltraFind version 2.1.3 or later
  38.  
  39. Anything you need that's missing, just email us!
  40.  
  41. If you create any UltraFind scripts and would like to add them to our library - we'd love to have them! Just email them to us at: script@ultradesign.com
  42.  
  43. Acknowledgements: Special thanks to Nobumi Iyanaga
  44.  
  45.  
  46.  
  47. UltraDesign Technology Ltd.
  48. Technical Support:  support@ultradesign.com
  49. Support WebSite:  http://www.ultradesign.com/support
  50.  
  51.  
  52.